home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / miscellaneous / science / maths / calc / source / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-07  |  123 b   |  6 lines

  1. /* Created from scratch for the Amiga */
  2.  
  3. #define BIG_ENDIAN    4321
  4. #define LITTLE_ENDIAN    1234
  5. #define BYTE_ORDER    BIG_ENDIAN
  6.